Custom SRE Policies
Platform-specific Kyverno policies that go beyond Pod Security Standards. These enforce SRE operational requirements.
Policies
require-labels.yamlβ Requireapp,team,environment,classificationlabelsrequire-resource-limits.yamlβ All containers must specify CPU and memory limitsrestrict-image-registries.yamlβ Only allow images fromharbor.sre.internalverify-image-signatures.yamlβ Cosign signature verification on all imagesdisallow-default-namespace.yamlβ Block deployments to thedefaultnamespacedisallow-latest-tag.yamlβ Block:latestor untagged imagesrequire-network-policies.yamlβ Every namespace must have a default-deny NetworkPolicyrequire-probes.yamlβ Require liveness and readiness probes on all containers